|
|
|
|
OnRemoveComplete Method, TabCollectionClass Class |
Performs additional custom processing after removing a tab from the TabCollectionClass instance.
Syntax TabCollectionClass Class (Softelvdm.SftTabsNET)
VB |
Protected Overrides Sub OnRemoveComplete( _ |
C# |
protected override void OnRemoveComplete( |
C++ |
protected: virtual void OnRemoveComplete( |
index
The zero-based index of the tab just removed.
value
The tab just removed.
Comments
The OnRemoveComplete method performs additional custom processing after removing a tab from the TabCollectionClass instance.